ToString - JSONArray

Note: This statement is not available in the Add Statement dialog box or the Statements pane.

Converts a JSONArray type to a string and returns it.

Syntax

ToString(PrettyPrint)

Arguments

Argument Description
PrettyPrint True adds white space to the string so results are easier to read. False does not add white space. If not specified, False is used.

Supported objects

JSONArray

Return value

Value Description
Value Converted string.

Example

PrintLn(jsonArray.ToString(True))